/* Local Font family Reference */
@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('fonts/Raleway/Raleway-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url('fonts/Raleway/Raleway-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url('fonts/Raleway/Raleway-Thin.ttf') format('truetype');
}

/* Custom CSS */

body {
    background-color: #F6F6F6!important;
}

.main-title-link {
    color: white;
}

.main-title {
    padding-top: 1rem;
    font-family: 'Raleway-Thin', sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 100;
}

.main-sub-title {
    padding-left: .3rem;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
}

.page-start {
    padding-top: 6.5rem;
}
.page-end {
    padding-bottom: 3rem;
}

.page-title {
    color: #61688f;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-style: normal;
    font-size: 30px;
    font-weight: 800;
}

.navbar-cstom {
    background-color: #1CA5FF !important;
    height: 5.625rem;
}
.page-sub-title {
    padding-top: .75rem;
}

.records-found {
    color: #9B9FB5;
}

.card {
    border-radius: .7rem;
    width: 20rem;
    cursor: pointer;
    margin-right: 1rem;
}

.shadow-custom {
    box-shadow: .075rem .075rem 0 rgba(0,0,0,.2) !important;
}

.card-body {
    padding: 1.5rem 1.25rem !important;
}

.card-title {
    color: #61688f !important;
    height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Raleway-SemiBold', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
}

p.card-text {
    color: #61688f;
    height: 4.8rem;
    overflow: hidden;
    font-family: 'Raleway-Regular', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}

a.card-link-start {
    color: #1CA5FF !important;
    margin-right: 0 !important;
    float: right;
    padding-top: 1rem;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 800;
}

a.card-link-start > img {
    padding-bottom: 0.1rem;
}

.cards-list {
    padding-top: 1rem;
}

.no-link-decoration {
    text-decoration: none !important;
}

a.no-link-decoration {
    color: white !important;
}

a.nav-link {
    color: #1CA5FF !important;
}

a.nav-link.active {
    color: #61688f !important;
    font-weight: bold;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}
